home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / doc / ethtool / README.Debian < prev   
Text File  |  2009-04-28  |  1KB  |  55 lines

  1. ethtool for Debian
  2. ------------------
  3.  
  4. Most settings that can be controlled through ethtool can be specified
  5. in /etc/network/interfaces.  They will then be applied to interfaces
  6. that are brought up automatically at boot time or using the 'ifup'
  7. command.  The following settings are supported:
  8.  
  9. Link mode (--change):
  10.     link-speed <speed>
  11.     link-duplex half|full
  12.  
  13. Ethernet settings (--change):
  14.     ethernet-autoneg on|off|<mask>
  15.     ethernet-port <port>
  16.     ethernet-wol <mode> [<pass-key>]
  17.  
  18. Driver control (--change):
  19.     driver-message-level <level>
  20.  
  21. Ethernet flow control (--pause):
  22.     ethernet-pause-rx on|off
  23.     ethernet-pause-tx on|off
  24.     ethernet-pause-autoneg on|off
  25.  
  26. Protocol offload (--offload):
  27.     offload-rx on|off
  28.     offload-tx on|off
  29.     offload-sg on|off
  30.     offload-tso on|off
  31.     offload-ufo on|off
  32.     offload-gso on|off
  33.     offload-lro on|off
  34.  
  35. Hardware tuning (--coalesce, --ring):
  36.     hardware-irq-coalesce-adaptive-rx on|off
  37.     hardware-irq-coalesce-adaptive-tx on|off
  38.     hardware-irq-coalesce-rx-usecs <n>
  39.     hardware-irq-coalesce-rx-frames <n>
  40.     (etc.)
  41.     hardware-dma-ring-rx <size>
  42.     hardware-dma-ring-rx-mini <size>
  43.     hardware-dma-ring-rx-jumbo <size>
  44.     hardware-dma-ring-tx <size>
  45.  
  46. Example:
  47.  
  48. iface eth0 inet dhcp
  49.     link-speed 100
  50.     link-duplex full
  51.     ethernet-autoneg off
  52.     ethernet-wol s 46:65:62:69:61:6e
  53.  
  54.  -- Ben Hutchings <ben@decadent.org.uk>, Sat, 21 Feb 2009 03:48:28 +0000
  55.